home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr48 / 386p_200.zip / 386ERROR.TXT < prev    next >
Text File  |  1995-01-15  |  4KB  |  94 lines

  1. 386Power most common errors:
  2.  
  3. 'Error 00: 386 COMPATIBLE PROCESSOR NOT DETECTED!'
  4.         386P couldn't detect a 386-compatible processor.
  5.         You don't have neither a 386sx/dx nor a 486sx/dx
  6.         nor a Pentium compatible thing detectable
  7.         using the "standard" cpu test.
  8.         
  9. 'Error 01: NOT ENOUGH MEMORY UNDER 640KB!'
  10.         386P needs a certain amount of free memory under 640K
  11.         and it didn't found enough, try to run memaker
  12.         or to remove resident programs.
  13.         This error is triggered when free memory under 640K
  14.         is less than LOWMIN Kbytes (LOWMIN is a value declared 
  15.         into 386power.asm)
  16.         
  17. 'Error 02: UNKNOWN MEMORY MANAGER DRIVES V86 MODE!'
  18.         386P found something using V86 mode but it wasn't VCPI
  19.         or DPMI compliant (usually it happens if you run the program
  20.         from a dos-box with Windows 3.1 running is STANDARD mode)
  21.         (Windows 3.1 DPMI is activated only in 386 enhanced mode)
  22.         
  23. 'Error 03: NOT ENOUGHT MEMORY ABOVE 1MB!'
  24.         Not enough free memory above 1Mb.
  25.         This error is triggered when the allocated extended memory
  26.         is less than EXTMIN Kbytes (value declared into 386power.asm).
  27.         Look at how much extended memory you have and see what may eat
  28.         the memory you need.
  29.         Sometimes this error is caused by a badly configured EMM386.
  30.         If you have ms-dos 5.0 or a previous release, the EMM386 
  31.         version you have, handles EMS memory and XMS as two different
  32.         memory spaces, the extended memory allocated under VCPI is the
  33.         EMS one, so try allocating more memory to EMS.
  34.         Usually in the config.sys file the EMM386 line looks like:
  35.         DEVICE=<path>\EMM386.EXE <nnnn> RAM ....
  36.         (i.e. DEVICE=C:\DOS\EMM386.EXE 1024 RAM ..... )
  37.         Where <nnnn> is the memory (in Kbytes) you allocate to EMS.
  38.         If you have DOS 6.0 or higher, remove <nnnn>
  39.         (starting from the DOS 6.0 release of EMM386 the EMS and XMS
  40.          memory blocks shares the same memory if you don't limit
  41.          the EMS to <nnnn>), if you have a previous release, increase <nnnn>.
  42.         
  43. 'Error 04: A20 ADDRESS LINE NOT ENABLED!'
  44.         Check if you loaded himem.sys , emm386.exe or qemm.exe
  45.         at boot time.
  46.         
  47. 'Error 05: FAILED ALLOCATION OF MEMORY ABOVE 1MB!'
  48.         There is memory, but 386P can't get to it, usually the EMM server
  49.         is to blame for this.
  50.         
  51. 'Error 06: VCPI P.I.C. INT MAPPED ON 386POWER INTS'
  52.         The IRQ handlers are mapped "over" INT 31h,32h,33h
  53.         thus you cannot talk with the 386P API.
  54.         
  55. 'Error 07: NOT A 32 BIT DPMI HOST!'
  56.         You have a DPMI server with only 286 support
  57.         get a better one or try to properly configure it.
  58.         
  59. 'Error 08: NOT ENOUGH DPMI DESCRIPTORS!'
  60.         Internal overflow in some DPMI server tables
  61.         (usually it happens when too many programs are running
  62.          or a program terminated without releasing its descriptors)
  63.          
  64. 'Error 09: CANNOT MODIFY DPMI DESCRIPTORS!'
  65.         Other problem whit the DPMI server, maybe same cause of error 08.
  66.         
  67. 'Error 0A: VCPI HAS NOT ENOUGH PAGES AVAILABLE!'
  68.         This is a memory allocation problem, it happens when allocating
  69.         ext. mem under VCPI.
  70.         
  71. 'Error 0B: DPMI API IS OLDER THAN DPMI 0.9'
  72.         Support is limited to DPMI 0.9 or above.
  73.         
  74. 'Error 0C: LINEAR MEMORY SPACE EXAUSTED'
  75. 'Error 0D: PHYSICAL MEMORY SPACE EXAUSTED'
  76.         386P can map more memory than installed ram if running under DPMI.
  77.         The "extra" memory is obtained swapping to and from disk memory
  78.         but you need a minimum of physical memory to swap to...
  79. 'Error 0E: BACKING STORAGE EXAUSTED'
  80.         (see error 0Dh ) ... and you need enough free space on disk.
  81.         
  82. 'Error 0F: INVALID HANDLE'
  83. 'Error 10: INVALID PARAMETER VALUE'
  84.         All these errors may happen when running under DPMI
  85.         and too many programs are running.
  86.         
  87. 'Error 11: P.I.C. MAP ON SAME INTERRUPT SLOT'
  88.         There are TWO Programmable Interrupt Controllers
  89.         on AT or better machines, they cannot map their interrupts
  90.         on the same entries.
  91.         If they map on the same entries, it looks like there is only one P.I.C.
  92.         and this is no good for 386P.
  93.         
  94.